-
Notifications
You must be signed in to change notification settings - Fork 24
147 add support for ethers v6 #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
147 add support for ethers v6 #168
Conversation
…add-support-for-ethers-v6
…all chains in one URL
abd087f
to
91dc1dc
Compare
91dc1dc
to
88f42e4
Compare
@0xslipk any luck reviewing the changes? I noticed that there were some real RPC calls being made during tests, I have made necessary changes to mock them and have added some tests as well to achieve near 100% code coverage. |
@0xslipk would love your input on this 🙏 |
@0xslipk waiting for your response, want to know if you will be reviewing this shortly or if you have abandoned this project or are you looking for collaborators to manage this effectively? |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The current framework depends on ethers v5 that is superseded v6 since more than 2 years. ethers v5 lacks batched JsonRpc calls, error handling from newer rpc endpoints and several syntax and other improvements offered by v6.
Issue Number: 147
What is the new behavior?
The newer version supports ethers v6
Does this PR introduce a breaking change?
There are several breaking changes from ethers v5 to v6 that are documented in this migration guide.